systemd.network.networks.<name>.ipv6SendRAConfig

Each attribute in this set specifies an option in the [IPv6SendRA] section of the unit. See systemd.network(5) for details.

Type
attribute set of (systemd option)
Default
{ }
Example
{
  EmitDNS = true;
  Managed = true;
  OtherInformation = true;
}
Declared
<nixpkgs/nixos/modules/system/boot/networkd.nix>